GemaCoreLib
The GeMA Core library
Loading...
Searching...
No Matches
gmTrace.h File Reference

Auxiliary configuration file used to enable or disable compiling the GeMA tools with support for using "Stack Tracing" macros S_TRACE() More...

Go to the source code of this file.

Macros

#define S_TRACE()
 Macro for run time stack tracking at release build.
 
#define S_TRACEX(m)
 Macro for run time stack tracking at release builds with additional user message.
 

Detailed Description

Auxiliary configuration file used to enable or disable compiling the GeMA tools with support for using "Stack Tracing" macros S_TRACE()

Author
Carlos Augusto Teixeira Mendes
Date
march, 2015

Macro Definition Documentation

◆ S_TRACE

#define S_TRACE ( )
Value:
(void(0))

Macro for run time stack tracking at release build.

◆ S_TRACEX

#define S_TRACEX ( m)
Value:
(void(0))

Macro for run time stack tracking at release builds with additional user message.